home *** CD-ROM | disk | FTP | other *** search
/ Armageddon - Interactive Preview / Interactive Preview: Armageddon.iso / pc / quizgame.dxr / 00165_check icon rollover.ls < prev    next >
Encoding:
Text File  |  1998-05-15  |  355 b   |  21 lines

  1. global s
  2.  
  3. on exitFrame
  4.   repeat with x = 10 to 27
  5.     if rollOver(x) then
  6.       set the loc of sprite 3 to the loc of sprite x
  7.       updateStage()
  8.     end if
  9.   end repeat
  10.   case s of
  11.     0:
  12.       put field 193 into field 203
  13.     1:
  14.       put field 194 into field 203
  15.     2:
  16.       put field 195 into field 203
  17.   end case
  18.   CheckMusic()
  19.   go(the frame)
  20. end
  21.